-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#201 Added net6 target to remove dependency on Microsoft.CS… #204
#201 Added net6 target to remove dependency on Microsoft.CS… #204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution @thompson-tomo! I would like you to change the .NET framework version you're adding to one that's still supported, like .NET 6.
This PR reminded us that we need some platform specific tests in place as well to be certain the SDK will continue to work on both .NET Framework and .NET Core platforms. I'll add an issue for that and we'll add it to planned work
Co-authored-by: David Leek <davidekl@hotmail.com>
@daveleek is there anything outstanding from me for this MR? |
Thank you @thompson-tomo! No you've done your part here. We're just going to add a build and a build step for verifying this continues to work on .NET Framework (windows) in the future! |
No worries @daveleek thanks for the update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to merge this and verify, we have some thoughts around future improvements but it's not a blocker
Description
Adds a dotnet 6 target to allow for the removal of the Microsoft.CSharp reference for that framework and newer.
Fixes #201
Type of change
How Has This Been Tested?
Simple compilation of project for new framework and ran unit tests
Checklist: